projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51420cc
)
* bytecomp.el: Declare suspend-hook to be an obsolete variable.
author
Jim Blandy
<jimb@redhat.com>
Thu, 11 Mar 1993 07:02:11 +0000
(07:02 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Thu, 11 Mar 1993 07:02:11 +0000
(07:02 +0000)
lisp/emacs-lisp/bytecomp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/bytecomp.el
b/lisp/emacs-lisp/bytecomp.el
index 7d48fbea291cc1e658a8a04ff8c1c9b2c6247778..331d51c779ffe33aef8f771e3aa2e1f6caa9c965 100644
(file)
--- a/
lisp/emacs-lisp/bytecomp.el
+++ b/
lisp/emacs-lisp/bytecomp.el
@@
-2985,6
+2985,7
@@
For example, invoke \"emacs -batch -f batch-byte-compile $emacs/ ~/*.el\""
"use unread-command-events instead. That variable is a list of events to reread, so it now uses nil to mean `no event', instead of -1.")
(make-obsolete-variable 'unread-command-event
"use unread-command-events; this is now a list of events.")
+(make-obsolete-variable 'suspend-hook 'suspend-hooks)
(provide 'byte-compile)